home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue64 / Jet / Listing1.pas next >
Encoding:
Pascal/Delphi Source File  |  2000-11-13  |  126 b   |  4 lines

  1. ADOConnection1.Execute('SELECT * INTO CustomersSheet IN '+
  2.   '"C:\temp\NorthWind.xls" "Excel 8.0;" '+
  3.   'FROM Customers');
  4.